码迷,mamicode.com
首页 >  
搜索关键字:安装active directory 证书错误{0x80070842 (win32:2114)}    ( 6193个结果
liferay 集成ldap
1、下载并安装(Active direcotry 下面统一为AD) https://directory.apache.org/studio/download/download-windows.html http://directory.apache.org/apacheds/download/do....
分类:其他好文   时间:2014-05-01 15:57:37    阅读次数:506
C# 在本地创建文件夹及子文件夹
1 string dict = @"d:\估价报告\"; 2 if (!Directory.Exists(dict)) 3 { 4 Directory.CreateDirectory(dict); //创建文件夹 5 } 6 string subFolder = "su...
分类:其他好文   时间:2014-04-29 23:09:44    阅读次数:444
Java01 常用的linux命令
一、linux 命令 0.man:查询使用手册1.pwd:Print the full filename of the current working directory. 打印当前工作目录(文件夹)2.ls:List information about the FILEs (the current...
分类:编程语言   时间:2014-04-29 11:31:46    阅读次数:489
6193条   上一页 1 ... 618 619 620
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!